Carbon


GetCollectionDefaultAttributes

Header: Collections.h Carbon status: Supported

Examines the default attributes of a collection object.

SInt32 GetCollectionDefaultAttributes (
    Collection c
);
c

A reference to the collection object whose default attributes you want to determine. The behavior of this function is undefined if you do not provide a reference to a valid collection object.

function result

An SInt32 word containing the bit flags that make up the collection’s default attributes.0

DISCUSSION

To change the attributes of a collection object, use the SetCollectionDefaultAttributes function.

To examine the attributes of a specific item in a collection, use GetCollectionItemInfo, GetIndexedCollectionItemInfo, and GetTaggedCollectionItemInfo

AVAILABILITY

Supported in Carbon. Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.


© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)